runtime._type.tflag (field)

8 uses

	runtime (current package)
		alg.go#L145: 	if t.tflag&tflagRegularMemory != 0 {
		iface.go#L40: 	if typ.tflag&tflagUncommon == 0 {
		type.go#L38: 	tflag      tflag
		type.go#L55: 	if t.tflag&tflagExtraStar != 0 {
		type.go#L62: 	if t.tflag&tflagUncommon == 0 {
		type.go#L124: 	if t.tflag&tflagNamed == 0 {
		type.go#L298: 	if t.typ.tflag&tflagUncommon != 0 {
		type.go#L307: 	if t.typ.tflag&tflagUncommon != 0 {